From 0806f13b3e23521fa94cf3ce5d84eb254325d019 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 4 Nov 2010 16:38:13 +0000 Subject: [PATCH] hvmloader: Replace gPXE with iPXE for ethernet boot ROM It is actively maintained. From: Gianni Tedesco Signed-off-by: Keir Fraser --- tools/firmware/etherboot/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/firmware/etherboot/Makefile b/tools/firmware/etherboot/Makefile index e8adf6350a..dd2fb03fbd 100644 --- a/tools/firmware/etherboot/Makefile +++ b/tools/firmware/etherboot/Makefile @@ -5,15 +5,15 @@ include $(XEN_ROOT)/tools/Rules.mk include Config ifeq ($(GIT_HTTP),y) -GPXE_GIT_URL := http://git.etherboot.org/scm/gpxe.git +IPXE_GIT_URL := http://git.ipxe.org/ipxe.git else -GPXE_GIT_URL := git://git.etherboot.org/scm/gpxe.git +IPXE_GIT_URL := git://git.ipxe.org/ipxe.git endif -GPXE_GIT_TAG := v1.0.1 +IPXE_GIT_TAG := v1.0.0-rc1 -D=gpxe -T=gpxe-git-snapshot.tar.gz +D=ipxe +T=ipxe-git-snapshot.tar.gz ROMS = $(addprefix $D/src/bin/, $(addsuffix .rom, $(NICS))) @@ -33,9 +33,9 @@ eb-roms.h: Config mv -f $@.new $@ $T: - $(GIT) clone $(GPXE_GIT_URL) $D.git + $(GIT) clone $(IPXE_GIT_URL) $D.git cd $D.git && \ - $(GIT) archive --format=tar --prefix=$D/ $(GPXE_GIT_TAG) | gzip >../$T + $(GIT) archive --format=tar --prefix=$D/ $(IPXE_GIT_TAG) | gzip >../$T rm -rf $D.git $D/src/arch/i386/Makefile: $T Config -- 2.30.2